




@charset "utf-8";
/* CSS Document */
*{
  margin:0;
  padding:0;
}
html,body{
  position: relative;
  width: 100%;
}
body{
  min-width:1200px;
  -webkit-font-smoothing: antialiased;
}
.container{
  width: 1200px;
  margin: 0 auto;
 
}
.main{
  
  width: 100%;
  z-index: 2;
  overflow: hidden;

}
/*菜单头部开始*/

/*.banner-index .tb-btn a,
:after{background: none;background-image: url(../img/icon.png);background-repeat: no-repeat;}*/


/****************************** CSS3 Transition ******************************/
.header,
.header .logo,
.header .right,
.header .right .search input,
.header .right .lang a,
.header .right .lang em,
.banner-index .tb-btn a,
.join-style .popup .box .close
{-webkit-transition: all .6s;transition: all .6s;}




/****************************** Common Part ******************************/
.header {
  position: fixed;
  top: 0;
  margin: auto;
  left: 0;
  right: 0;
  z-index: 50;
  width:100%;
  height: 80px;
  
  background: url(../img/bg-header.png);
  box-shadow: 0 5px 15px 0 rgba(0, 0, 0, .1);
}
.header .container{
  position: relative;
  height: 100%;
  
}
.header .logo {
  float: left;
  width: 113px;
  margin-top: 20px;
}

.header .bg-subnav {
  position: absolute;
  bottom:0px;
  height: 0px;
  display: block;
  width:1200px;
  margin: 0 auto;
overflow: inherit!important;
}
.bg-subnav-con{
  overflow: inherit!important;
}

[animation-name]{visibility: hidden;-webkit-animation-duration: 1s;animation-duration: 1s;-webkit-animation-fill-mode: both;animation-fill-mode: both;}


/****************************** Index ******************************/
.header-index {
  top:20px;
  width: 1200px;
  height: 100px;
  margin: auto;
  left: 0;
  right: 0;
}
.rps {
  display: block;
  max-width: 100%;
}

.header-index .logo {
  width: 166px;
  margin: 17px 0 0 0px;
}

.header-index .bg-subnav {
  bottom:0px;
}
.header-index .o-g66{
  margin: 37px 0 0 0px;
}

.header .search{
  width: 0;
  opacity: 0;
  filter: alpha(opacity=0);
  height: 30px;
  font-size: 14px;
  line-height: 30px;
  color: #333333;
  border: 1px solid #DCDCDC;
  border-radius: 5px;
  background-color: #fff;
  outline: none;
  display: inline-block;
  margin-top: 2px;
  
}


.header form{
  display: inline-block;
  position: absolute;
  right: 12px;
  z-index:3;
}
.search input{
  width: 0;
  border:0;
}
.header form img{

  z-index: 333;
  display: none;
  float: right;
  position: relative;
  top:0;
  cursor: pointer;
}



.header_search{
  width: 32px;
  height: 40px;
  text-align: center;
  background:url(../img/search.png) center no-repeat ;
  outline: none;
  border: 0;
  display: none;

  float: left;
}
.show_search{
  width: 32px;
  height: 40px;
  text-align: center;
  background:url(../img/search.png) center no-repeat ;
  outline: none;
  border: 0;
  display: inline-block;
  float: left;
  cursor: pointer;
}

.search.focus{
  border: 1px solid #103c7c;
}
.search.current{
  font-size: 16px;
}
.header_en{
  float: left;
  
  width:60px;
  height: 40px;
  background: url(../img/searchdown.png) right center no-repeat;
}
.header_en a{
  font-size: 14px;
  color: #4c4c4c;
  display:block;
}
.header_en a:first-child{
  margin-top: 12px;
}
.header_en a:first-child:before{
  content: url(../img/english.png);
  vertical-align: middle;
  margin-right: 5px;
}
.header_en a:first-child+a{
  display: none;
  position: relative;
  top: -5px;
}
.header_en a:hover{
   color: #276be7;
}
.bg-subnav-con{
  
  height: 100%;
  box-sizing: border-box;
  display: none;
  float: right;
}
.bg-subnav-con1{
  width: 670px;
}

.bg-subnav-con2{
  margin-right: 655px;
}
.bg-subnav-con3{
  width: 119px;
  margin-right: 559px;
}
.bg-subnav-con4{
  width: 143px;
  height: 150px;
  border-right: 0;
  margin-right: 435px;
  padding-left: 33px;
  background-color: rgba(225, 223, 223, 0.8);
}
.bg-subnav-con5{
  width: 185px;
  margin-right: 150px;
}
.bg-subnav-con6{
  width:143px;
}
.bg-subnav-con img{
  width: 288px;
  height: 182px;
  margin-top: 34px;
  margin-right: 65px;
}
.nav_r{
  height: 377px;
  /* margin-top: 20px; */
  box-sizing: border-box;

}
.bg-subnav-con2 .nav_r {
/*  width: 170px;*/
  padding-bottom: 129px;
   padding-left: 20px;
   padding-right: 20px; 
  /* text-align: center; */
  background-color: rgba(225, 223, 223, 0.8);
}
.bg-subnav-con3 .nav_r {
  width: 111px;
  height: 145px;
  border-right: 0;
  padding-left: 26px;
  background-color: rgba(225, 223, 223, 0.8);
}
.bg-subnav-con4 .nav_r {
  width: 100px;
  height: 190px;
  border-right: 0;
}
.bg-subnav-con5 .nav_r {
  width: 131px;
  height: 304px;
  border-right: 0;
  padding-left: 34px;

  background-color: rgba(225, 223, 223, 0.8);
  /* padding-right: 50px; */
}
.bg-subnav-con6 .nav_r {
  width: 119px;
  height: 132px;
  border-right: 0;
  padding-left: 24px;
  margin-right: 326px;
  background-color: rgba(225, 223, 223, 0.8);
}
.bg-subnav-con2 img {
  margin-right: 38px;
}
.bg-subnav-con3 img {
  margin-right: 48px;
}
.nav_r a{
  display: block;
  font-size: 16px;
  line-height: 37px;
  color: #4c4c4c;
}
.nav_r a.current{

  color: #276be7;
}
/*内页顶部大图部分*/
.banner1{
  
  background-repeat: no-repeat;
  background-position: center top;
  height:600px;
  background-attachment: fixed;
  background-size:100% 100%;
    
}
@media screen and (max-width: 1650px){
  .nav {
    padding-left:16%;
  }
  
}
@media screen and (max-width: 1399px){
  .nav {
    padding-left:16%;
  }
  
}
/*尾部开始*/
.footer{
  width: 100%;
  background: #2d2d2d;
 overflow: hidden;
  position: relative;
  z-index: 4;
}

.contact_t_intro{
  width: 420px;
  height: 360px;
  padding-top: 70px;
}
.contact_t_intro h1{
  font-size: 16px;
  color: #FFFFFF;
  padding-top: 15px;
}
.contact_t_intro h2{
  font-size: 10px;
  color: #FFFFFF;
  margin-bottom: 30px;
}
.contact_t_intro p{
  color: #999999;
  font-size: 14px;
}
.contact_t_intro p span{
  color: #fff;
  font-size: 24px;
  line-height: 50px;
  padding: 5px 0;
  display: block;
}
.friendlinks{
  overflow: hidden;
  padding-top: 0px;
  width: 750px;
}
.friendlinks dl {
  float: left;
  height: 300px;
  box-sizing: border-box;
  margin-top: 70px;
}
.dl1 {
  width: 142px;
  border-right:1px solid #666666 ;
}
.dl2 {
  width: 238px;
  border-right:1px solid #666666 ;
  padding-left: 40px;
}
.dl3 {
  width: 138px;
  border-right:1px solid #666666 ;
  padding-left:38px;
}
.dl4 {
  width: 138px;
  border-right:1px solid #666666 ;
  padding-left:38px;
}

.friendlinks dl dt a{
  font-size: 16px;
  color: #fff;
  margin-bottom: 30px;
  display: block;
}
.friendlinks dl dd a{
  font-size: 14px;
  color: #999999;
  display: block;
  margin-bottom: 5px;
}
.friendlinks dl.dl4{
  height: 135px;
}
.friendlinks dl.dl5{
  float: right;
  margin-top: 70px;
  margin-bottom: 100px;
}
.friendlinks dl.dl5 dd a{
  text-align: right;
  font-size: 16px;
  color: #fff;
}
.friendlinks dl.dl5 dd:first-child{
  margin-bottom: 15px;
}
.friendlinks dl.dl5 dd:first-child+dd{
  margin-bottom:40px;
}
.content_btm {
  position: absolute;
  bottom: 0;
  color: #fff;
  width:1200px;
  margin: 0 auto;
  padding: 20px 0 15px;
}
.content_btm strong {
    font-weight: normal;
    float: right;
    display: inline-block;
}
.content_btm strong a {
    color: #fff;
}
.content_btm strong a:hover {
    color: #8bd6e2;
}
.friendlinks dl a:hover{
  color: #8bd6e2;
}
.friendlinks dl.dl5 dd a:hover{
  color: #8bd6e2;
}


/*点击下一页上一页的公共样式*/

.pager_linkBox {
  padding: 0 0 30px;
  font-size: 14px;
  font-weight: bold;
  line-height: 30px;
  text-align: right;
  clear: both;
}

.pager_linkBox a {
  line-height: 30px;
  text-decoration: none;
  color: #4C4C4C;
  padding-bottom: 2px;
  margin-right: 3px;
  display: inline-block;
  transition: all 0.3s ease 0s;
  font-weight: normal;
}

.pager_linkBox a:hover {
  
  color:#11a5e8;
}
.pager_linkBox a:active {
 
  color:#11a5e8;
}
.pager_linkBox  a.current{
  color:#11a5e8;
  
}
.pager_linkBox .icon{
  font-size:14px;
}

/*点击top回到顶部*/
.actGotop {
  position: fixed;
  _position: absolute;
  bottom: 20px;
  right: 20px;
  width: 50px;
  height: 50px;
  display: none;
  z-index: 999;
  background:#8bd6e2;
  opacity: 0.7;
  z-index: 99999;
}
.actGotop:hover{
  opacity: 1;
}
.actGotop a, .actGotop a:link {
    width: 50px;
    height: 50px;
    display: block;
    background: url(../img/down_img.png) center no-repeat;
    outline: none;
}
/*点击上一篇下一篇的公共样式*/
.shangxia{
  margin-top: 28px;
}
.shangxia p:first-child{
  margin-bottom: 10px;
}
.shangxia p:first-child a{
  color: #999;
}
.shangxia p:first-child+p a{
  color: #721d25;
}
.more{
  width: 240px;
  height: 50px;
  line-height: 50px;
  text-align: center;
  font-size: 16px;
  color: #333;
  margin: 0 auto;
  display: block;
  box-shadow: 0px 0px 30px 1px #e5e5e5;
  margin: 0  auto;
  -webkit-transition: all 0.6s ease-out 0s;
  -moz-transition: all 0.6s ease-out 0s;
  -o-transition: all 0.6s ease-out 0s;
  transition: all 0.6s ease-out 0s;
}
.more:hover {
    background-color: #721d25;
    color: #fff;
        text-decoration: none;
}